devisualization.image.manipulation.rotation

Rotation manipulation feature

Members

Enums

RotateDirection
enum RotateDirection

Functions

rotate
Image rotate(Image from, double by, IAllocator allocator)

Simple shear+clip rotation.

rotate180
Image rotate180(Image from, RotateDirection direction)

Rotates an image 180 degrees in place.

rotate180Range
auto rotate180Range(Image from, RotateDirection direction, IAllocator allocator)

Rotates an image 180 degrees

rotate180Range
auto rotate180Range(IR from, RotateDirection direction)

Rotates an image 180 degrees

rotate270
Image rotate270(Image from, RotateDirection direction)

Rotates an image 270 degrees in place.

rotate270Range
auto rotate270Range(Image from, RotateDirection direction, IAllocator allocator)

Rotates an image 270 degrees

rotate270Range
auto rotate270Range(IR from, RotateDirection direction)

Rotates an image 270 degrees

rotate90
Image rotate90(Image from, RotateDirection direction)

Rotates an image 90 degrees in place.

rotate90Range
auto rotate90Range(Image from, RotateDirection direction, IAllocator allocator)

Rotates an image 90 degrees

rotate90Range
auto rotate90Range(IR from, RotateDirection direction)

Rotates an image 90 degrees

Meta

License

Copyright Devisualization (Richard Andrew Cattermole) 2014 - 2017. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)